Oracle Java 7 Update 15
I deployed Java 7 Update 11 to clients to laptops, and if IE was opened, Java claimed to be installed but the files weren't all there. The MSI exited with a 0 return code, and Windows' 'Add/Re… Read More
Here's my messy fix that I've developed with the help of a few others regarding the "Your version of java is insecure" popups. So far so good! http://www.labareweb.com/java-1-7-auto-update-de… Read More
You can modify msi file registry) to disable auto updates and other settingsAUTOUPDATECHECK = 0IEXPLORER = 1JAVAUPDATE = 0JU = 0MODIFYREMOVE = removeMOZILLA = 1RebootYesNo = no Read More
Java: SCCM 2012 Detection Methodshttp://www.ronnipedersen.com/2013/03/java-sccm-2012-detection-methods/ Read More
<jre>.exe [/s] [INSTALLDIR=<drive>:\<JRE_install_path>] [STATIC=1] [WEB_JAVA=0/1] [WEB_JAVA_SECURITY_LEVEL=VH/H/M/L] found on Java's support site. http://docs.oracle.com/javase/7/docs/webnote… Read More
http://docs.oracle.com/javase/7/docs/webnotes/install/windows/jre-installer-options.html#running <jre>.exe [/s] [INSTALLDIR=<drive>:\<JRE_install_path>] [STATIC=1] [WEB_JAVA=0/1] [WEB_JAVA_SEC… Read More
I work with a school district with over 20,000 students and 14,000 systems. New state requirements are affecting all school districts in Texas to fend off security exploits within Java 6; we wer… Read More
Here is a way to deploy Java 7 Update 15 through a MSI and using LANDesk First download Java from Internet Explorer at http://www.java.com/en/download/manual.jsp both the 32-bit and 64-bit Ru… Read More